home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 27 / MacFormat n. 27 (Spain) / Mac Format 26.bin / Shareware / Programación / Word Services XCMD 1.0d3 / Sources / FindSpeller.h < prev    next >
Encoding:
Text File  |  1997-01-18  |  370 b   |  10 lines

  1. /* FindSpeller.h
  2.  * Look for and launch an application with the given creator code.
  3.  * Copyright ©1996 Michael D. Crawford.  All Rights Reserved.
  4.  * You may use this code on the condition that you read the following web page:
  5.  * http://www.webcom.com/wordserv/
  6.  *  1 Jul 96 Mike Crawford crawford@scruznet.com
  7.  */
  8.  
  9. OSErr FindSpeller( OSType creator, Boolean *foundIt );
  10.